negotiator.qualitymeasures.logmanipulation
Class OutcomeInfo
java.lang.Object
negotiator.qualitymeasures.logmanipulation.OutcomeInfo
- Direct Known Subclasses:
- OutcomeInfoDerived
public class OutcomeInfo
- extends java.lang.Object
Simple object used to the information of a negotiation outcome.
- Author:
- Mark Hendrikx and Alex Dirkzwager
|
Constructor Summary |
OutcomeInfo()
|
OutcomeInfo(java.lang.String agentAname,
java.lang.String agentBname,
java.lang.String agentAclass,
java.lang.String agentBclass,
double agentAutility,
double agentButility,
double agentAutilityDiscount,
double agentButilityDiscount,
java.lang.String errorRemarks,
double agentAmaxUtil,
double agentBmaxUtil,
java.lang.String domainName,
java.lang.String agentAutilSpaceName,
java.lang.String agentButilSpaceName,
double time,
java.lang.String acceptedBy)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutcomeInfo
public OutcomeInfo()
OutcomeInfo
public OutcomeInfo(java.lang.String agentAname,
java.lang.String agentBname,
java.lang.String agentAclass,
java.lang.String agentBclass,
double agentAutility,
double agentButility,
double agentAutilityDiscount,
double agentButilityDiscount,
java.lang.String errorRemarks,
double agentAmaxUtil,
double agentBmaxUtil,
java.lang.String domainName,
java.lang.String agentAutilSpaceName,
java.lang.String agentButilSpaceName,
double time,
java.lang.String acceptedBy)
getAgentAname
public java.lang.String getAgentAname()
setAgentAname
public void setAgentAname(java.lang.String agentAname)
getAgentBname
public java.lang.String getAgentBname()
setAgentBname
public void setAgentBname(java.lang.String agentBname)
getAgentAclass
public java.lang.String getAgentAclass()
setAgentAclass
public void setAgentAclass(java.lang.String agentAclass)
getAgentBclass
public java.lang.String getAgentBclass()
setAgentBclass
public void setAgentBclass(java.lang.String agentBclass)
getAgentAutility
public java.lang.Double getAgentAutility()
setAgentAutility
public void setAgentAutility(java.lang.Double agentAutility)
getAgentButility
public double getAgentButility()
setAgentButility
public void setAgentButility(double agentButility)
getAgentAutilityDiscount
public double getAgentAutilityDiscount()
setAgentAutilityDiscount
public void setAgentAutilityDiscount(double agentAutilityDiscount)
getAgentButilityDiscount
public double getAgentButilityDiscount()
setAgentButilityDiscount
public void setAgentButilityDiscount(double agentButilityDiscount)
getErrorRemarks
public java.lang.String getErrorRemarks()
setErrorRemarks
public void setErrorRemarks(java.lang.String errorRemarks)
getAgentAmaxUtil
public double getAgentAmaxUtil()
setAgentAmaxUtil
public void setAgentAmaxUtil(double agentAmaxUtil)
getAgentBmaxUtil
public double getAgentBmaxUtil()
setAgentBmaxUtil
public void setAgentBmaxUtil(double agentBmaxUtil)
getDomainName
public java.lang.String getDomainName()
setDomainName
public void setDomainName(java.lang.String domainName)
getAgentAutilSpaceName
public java.lang.String getAgentAutilSpaceName()
setAgentAutilSpaceName
public void setAgentAutilSpaceName(java.lang.String agentAutilSpaceName)
getAgentButilSpaceName
public java.lang.String getAgentButilSpaceName()
setAgentButilSpaceName
public void setAgentButilSpaceName(java.lang.String agentButilSpaceName)
getTimeOfAgreement
public double getTimeOfAgreement()
setTimeOfAgreement
public void setTimeOfAgreement(double time)
getAcceptedBy
public java.lang.String getAcceptedBy()
setAcceptedBy
public void setAcceptedBy(java.lang.String acceptedBy)